select count(*), last_name, first_name, year_of_birth, month_of_birth, date_of_birth from demographic where patient_status = 'AC' group by last_name, first_name, year_of_birth, month_of_birth, date_of_birth having count(*) > 1 ;